home *** CD-ROM | disk | FTP | other *** search
-
- // gfxwinsd.h
- //
- // Copyright (c) 1996 by Toshiaki Tsuji, all rights reserved.
-
- #ifndef __GFXWINSND_H__
- #define __GFXWINSND_H__
-
- #include "stdgfx.h"
- #include "gfxsddrv.h"
-
- class WINSOUNDDRIVER : public SOUNDDRIVER
- {
- public :
- WINSOUNDDRIVER ();
- virtual ~WINSOUNDDRIVER ();
- }; // End of WINSOUNDDRIVER
-
- #endif
-